projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc615be
)
arch: arm: lib: Flush L3 after relocation to DDR
author
Meenakshi Aggarwal
<
[email protected]
>
Mon, 18 Feb 2019 18:38:30 +0000
(
00:08
+0530)
committer
Prabhakar Kushwaha
<
[email protected]
>
Tue, 19 Feb 2019 04:56:43 +0000
(10:26 +0530)
Flush L3 cache after uboot relocated to DDR.
Signed-off-by: Meenakshi Aggarwal <
[email protected]
>
Signed-off-by: Udit Kumar <
[email protected]
>
Reviewed-by: Stefan Roese <
[email protected]
>
Reviewed-by: Prabhakar Kushwaha <
[email protected]
>
arch/arm/lib/relocate_64.S
patch
|
blob
|
history
diff --git
a/arch/arm/lib/relocate_64.S
b/arch/arm/lib/relocate_64.S
index 171d094c334f9654b1feb6a0b7bfe33368360e68..7603f527748f4232e184fbe60eb38ebecb4985e2 100644
(file)
--- a/
arch/arm/lib/relocate_64.S
+++ b/
arch/arm/lib/relocate_64.S
@@
-85,6
+85,7
@@
relocate_done:
isb sy
4: ldp x0, x1, [sp, #16]
bl __asm_flush_dcache_range
+ bl __asm_flush_l3_dcache
5: ldp x29, x30, [sp],#32
ret
ENDPROC(relocate_code)